home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / WORDMISC / WRITTOOL.LZH / ENTAB.DOC < prev    next >
Text File  |  1986-12-18  |  632b  |  25 lines

  1. -------------------------------------------------------------------------------
  2.  ENTAB
  3. -------------------------------------------------------------------------------
  4. Summary:
  5.  
  6.      entab [< filename]
  7.  
  8. The ENTAB command takes the text in the specified file and places TABs in it 
  9. (with TAB stops at every 8 columns).  See the DETAB command.
  10.  
  11. Example:
  12.  
  13. Place tabs in the file named tab.c and write it to the file named TAB.NEW.
  14.  
  15.      entab tab.c > tab.new
  16.  
  17. Take the disk directory, place tabs within it, and save it to the file named
  18. DISKDIR.SAV.
  19.  
  20.      dir | entab > diskdir.sav
  21.  
  22. See also:
  23.  
  24.      DETAB, WHITE
  25.